public List <Course> GetStudentEnrollments(int id)
 {
     return(rsc.GetStudentEnrollments(id).ToList());
 }