public DataTable GetAllOpenQuestions()
 {
     return(questionRepo.GetAllOpenQuestions());
 }