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