private void Button_ClickMediu(object sender, RoutedEventArgs e) { Intermediate window2 = new Intermediate(); window2.Show(); this.Hide(); }