public List<CostRecord> getAll() {
   return recordDao.getAll();
 }