//get all archived courses
 public IEnumerable <Get_all_archived_courses_Result> GetAllArchivedCourses()
 {
     return(db.Get_all_archived_courses().ToList());
 }