public Navigator() { this.currentScreen = new IntroductionPlayScreenVM(this, players); }
protected void SwitchTo(ScreenVM screen) { this.navigator.CurrentScreen = screen; }