public List <EGrupo> getAll(string estado) { if (string.IsNullOrWhiteSpace(estado)) { return(null); } return(gDao.getAll(estado)); }