private void exit_application(Object sender, FormClosedEventArgs e) { Patients patients = new Patients(); patients.Show(); }