public QuestionnaireViewModel() { this.questionnaire = new Questionnaire(); this.AllColors = new[] { "Red", "Blue", "Green" }; this.SubmitCommand = new DelegateCommand<object>(this.OnSubmit); }