public PlanetStatusDisplay(Game game, HomePlanet planet)
     : base(game)
 {
     // TODO: Construct any child components here
     this.planet = planet;
 }
 public PlanetStatusDisplay(Game game, HomePlanet planet)
     : base(game)
 {
     // TODO: Construct any child components here
     this.planet = planet;
 }