public Manager(Game1 game)
 {
     textureButtonPlay = game.Content.Load<Texture2D>("buttonPlay");
     buttonPlay = new SimpleButton(500, 400, textureButtonPlay);
 }