public IList <Perfil> ConsultarPerfiles(string condiciones) { return(oPerfilDao.GetPerfiles(condiciones)); }