private void Ver_Provincia(object sender, RoutedEventArgs e) { Provincia reg = new Provincia(); reg.ShowDialog(); }