public Course GetCourseByName(string CourseName)
 {
     return(CourseDao.GetCourseByName(CourseName));
 }