private void Capitulo7Button_Click(object sender, RoutedEventArgs e) { Capitulo7.Capitulo7 c7 = new Capitulo7.Capitulo7(); c7.Show(); this.Close(); }