public QuestionViewModel(Question question)
 {
     _question = question;
 }
 public QuestionViewModel()
 {
     _question = new Question();
 }