private void Export_Click(object sender, EventArgs e) { var form = factory.GetExportForm(); form.Tag = this; form.Show(); this.Hide(); }