	private final ${top_bo_name} createCheck${top_bo_name}() throws BOException {
		${top_bo_name} object = (${top_bo_name})naming.create(${bo_name_constant});
		return  object;
	}