static void Main(string[] args) { context = new StateContext(); while (true) { context.ShowMenu(); } }