public CallTreeQuestionNode(question question)
     : base(question.text)
 {
     _question = question;
 }