public bool QuizStat(int ccid)
 {
     return(courseDB.QuizStat(ccid));
 }