private void InitQuestion() { _question = new ESQuestion(_choiceObject.questionId); //throw error if null _question.AddChoice(this); }