private void toolStripMenuItem3_Click(object sender, EventArgs e) { AddStaff addStaff = new AddStaff(); addStaff.ShowDialog(); }