static void Main(string[] args)
        {
            UI ui = new UI();

            ui.Run();
        }