static void Main(string[] args)
        {
            MainApp app = new MainApp();

            app.ApplicationStart();
        }