CostTypeManager costTypeManager = (CostTypeManager) ModelUtil
.getBean("costTypeManager");
CostUnitManager costUnitManager = (CostUnitManager) ModelUtil
.getBean("costUnitManager");
List<CostType> list = costTypeManager.findAll();
if (list != null) {
costTypeList.addAll(list);
}