public List <DTOAlumno> ConsultarAlumnosEmpresa(string grupoId) { return(BLLAlumnoPortal.AlumnosEmpresa(int.Parse(grupoId))); }