public abecedario()
 {
 v = new vocales();
    
     InitializeComponent();
 }
 private void btvoc_Click(object sender, RoutedEventArgs e)
 {
     vocales vc = new vocales();
     vc.vtvoc.Show();
 }