public IEnumerable <Course> GetAll()
 {
     return(FakeDb.GetAllCourses());
 }