public List<Subfamilia> getAllEndWithBy(Subfamilia area) throws DAOException {
   return dao.getAllEndWithBy(area);
 }