public LoadingScreen(Game game) : base(game)
 {
     gameManager = (IGameManager)game.Services.GetService(typeof(IGameManager));
     buttons     = ButtonFactory.CreateLoadingButtons();
     screenManager.IsTransitioning = true;
     timeToDisplay = 2.0f;
 }