private void addEmployeeToolStripMenuItem_Click(object sender, EventArgs e) { AddEmployee newform = new AddEmployee(); newform.ShowDialog(); }