public void OnDebugClick(Button button)
 {
     questionTypeModel = QuestionBuilder.GetQuestionType(button.name);
     InitQuestionSystem();
 }