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

            ui.Run();
        }