private void btnChoice_Click(object sender, EventArgs e) { FormBrowseSEOutStore formBrowseSEOutStore = new FormBrowseSEOutStore(); formBrowseSEOutStore.Owner = this; formBrowseSEOutStore.ShowDialog(); }