private void NewQuestion()
 {
     currentQuestion = game.GetQuestion ();
     currentQuestion.RandomizeAnswers ();
 }