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