private void viewEmployeeToolStripMenuItem_Click(object sender, EventArgs e) { ViewEmployee newform = new ViewEmployee(); newform.Show(); }