public OptionsMenu(msgame game)
     : base(game)
 {
     // TODO: Construct any child components here
     this.game   = game;
     menuControl = new menus.OptionsMenu();
     manager.ThemeManager.optionsMenu = menuControl;
 }
 public OptionsMenu(msgame game)
     : base(game)
 {
     // TODO: Construct any child components here
     this.game = game;
     menuControl = new menus.OptionsMenu();
     manager.ThemeManager.optionsMenu = menuControl;
 }