public List <Question> GetQuestions()
 {
     return(questionhandler.GetAllQuestions());
 }