private void OnScreenAdded(GameScreen screen)
 {
     // If we have a graphics device, tell the screen to load content.
       if (HasDevice)
     screen.LoadContent(Game.Content);
 }