private void NextQuestion() { CurrentQuestion = new Questions(); CurrentQuestion = GetRandomQuestion(); _view.RightLabelNumber = CurrentQuestion.Index() + 1; _view.ShowQuestion(CurrentQuestion.Text, CurrentQuestion.Answers()); }