public ActionResult <IEnumerable <Course> > GetAllCourses()
 {
     return(_courseLibrary.GetAllCourses().ToList());
 }