private void cloneButton_Click(object sender, EventArgs e) { Form1 f = new Form1(unitDatabase.clone(), false); f.checkForUpdatesButton.Hide(); f.Show(); }