public void Delete(CourseClass entitiy)
 {
     _courseDAL.Remove(entitiy);
 }