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

            program.RunMenu();
        }