public bool UpdateQuizAns(QuizAns quiz)
 {
     return(courseDB.UpdateQuizAns(quiz));
 }