public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            Managers.InputManager input = new Managers.InputManager();
            GAME = this;
        }
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";


            Managers.InputManager input = new Managers.InputManager();
            GAME = this;
        }