private void Home_FormClosing(object sender, FormClosingEventArgs e) { Choice c = new Choice(); c.Show(); }