void btnMateriales_Click(object sender, RoutedEventArgs e) { Materiales Ma = new Materiales(producto1); Ma.Owner = this; // this.Hide(); Ma.Show(); }