@Override
 public List<Allowances> findAll() {
   return allowancesRepository.findAll();
 }