private void btnDeleteProduct_Click(object sender, RoutedEventArgs e) { DeleteProduct d = new DeleteProduct(); d.Owner = this; d.Show(); }