private void btnFindProduct_Click(object sender, RoutedEventArgs e) { FindProduct p = new FindProduct(); p.Owner = this; p.Show(); }