public List <GetQuizQuestion> GetQuestionList(int cid, int sid)
 {
     return(courseDB.GetQuestionList(cid, sid));
 }