static void Main(string[] args) { Console.Clear(); TicketController tc = new TicketController(); while (true) { tc.GetUserInput(); } }