public Enrollments GetCoursebyname(string Name) { var result = repo.GetEnrollmentGrade(Name); return(result); }