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