public static void Main()
        {
            UILogic userInterfaceLogic = new UILogic();

            userInterfaceLogic.Run();
        }