public static void ShowQuestion(string[] displayText) { Instance.DoShow(displayText[0]); Instance.ShowAnswers(displayText); }