public void Initialize(UserInterface userInterface)
 {
 }
 public void PrepareDependencies(UserInterface userInterface)
 {
     userInterface.ScreenSizeMonitor.Changed  += new ScreenSizeMonitor.ScreenSizeChangeHandler(this.colonistBar.UpdateScreenSize);
     ColonistTracker.Instance.ColonistChanged += new ColonistNotificationHandler(this.ColonistNotificationHandler);
 }