private void btnAddProduct_Click(object sender, RoutedEventArgs e) { AddProduct a = new AddProduct(); a.Owner = this; a.Show(); }