private void SetupLeagueClick(object sender, RoutedEventArgs e) { SetupScreen ss = new SetupScreen(); this.NavigationService.Navigate(ss); }