public static void Main(string[] args)
        {
            //PrintHeader();

            MenuFactory.ApplicationMainMenu().Display();
        }