public bool StartQuizz(int cid)
 {
     return(courseDB.StartQuizz(cid));
 }