private void employeeInformationToolStripMenuItem_Click(object sender, EventArgs e) { employee_info a = new employee_info(); a.ShowDialog(); }