private void buttonZipWizard_Click(object sender, EventArgs e) { DataZipForm f = new DataZipForm(); f.ShowDialog(); }