public StartScreen(Game1 game)
 {
     this.game = game;
     TextureManager.LoadTextures(game);
 }