public bool GetStudentCourse(int cId, int SId)
 {
     return(courseDB.GetStudentCourse(cId, SId));
 }