// filtered Courses
 public ActionResult Cr_general()
 {
     return(View(CourseBL.GetAll_General()));
 }