public List <AlumnoInscripcion> GetInscripcionesDelCurso(Curso cur)
 {
     return(alumnoInscripcionData.GetInscripcionesDelCurso(cur));
 }