protected override void Draw(GameTime gameTime)
 {
     GraphicsDevice.Clear(Color.White);
     _viewManager.Draw(_spriteBatch);
     _cursor.Draw(_spriteBatch);
     base.Draw(gameTime);
 }