@Override
 public List<Remuneration> findAllRemuneration() {
   return remunerationDao.findAllRemuneration();
 }