public bool AddNewStudentCourse(int cid, int sid)
 {
     return(courseDB.AddNewStudentCourse(cid, sid));
 }