private void OnScreenRemoved(GameScreen screen)
        {
            // If we have a graphics device, tell the screen to unload content.
              if (HasDevice)
            screen.UnloadContent();

              screensToUpdate.Remove(screen);
        }