private void newPatientToolStripMenuItem_Click(object sender, EventArgs e) { NewPatient np = new NewPatient(); np.Show(); }