private void FindQuestionAndPrint() { this.currentQuestion = controller.FindQuestion(); questionTextBox.Text = this.currentQuestion.questTxt + "."; }