static UserInterface() { List<string> mainChoices = new List<string>(new[] { "Enter Calculation", "Quit" }); MainMenu = new Menu("What is your choice", mainChoices); }