@Override
 public Remuneration findRemunerationById(int id) {
   return remunerationDao.findRemunerationById(id);
 }