public List <Course> GetAllCourse()
 {
     return(_irepProducts.GetAllCourse());
 }