/// <summary> /// Called when this station is promoted /// </summary> public void BecomeManager() { _ui.BallotRequestPage = null; _parent.Navigate(new ManagerOverviewPage(_parent, _ui)); if (_ui.EnoughStations()) { _ui.EnoughPeers(); } else { _ui.NotEnoughPeers(); } }