private void View_Orders_FormClosing(object sender, FormClosingEventArgs e) { Tables t = new Tables(); t.Show(); }