public IEnumerable <string> GetCourseByStudnetId(int studentId)
 {
     return(enrollmentRepository.GetCourseByStudnetId(studentId));
 }