public List <AlumnoInscripcion> GetAllByCurso(int IDCurso) { return(inscripcionData.GetAllByCurso(IDCurso)); }