public override void PrepareGameWindow(IGameWindow window)
 {
     IsMouseVisible           = true;
     window.AllowUserResizing = true;
     window.Title             = "Please wait, Protogame is loading...";
     window.Maximize();
 }