public QuestionTypeVM(QuestionType q)
 {
     _questionType = q;
 }
 public QuestionTypeVM()
 {
     _questionType = new QuestionType();
 }