public int DeleteTimeTable(string classCode)
 {
     return(db.DeleteTimeTable(classCode));
 }