private void Button_Click(object sender, RoutedEventArgs e) { StartScreen window = new StartScreen(); window.Show(); this.Close(); }