static void Main(string[] args)
        {
            MyGame game = new MyGame();

            game.InitInstance();
        }