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