private void allInToolStripMenuItem_Click(object sender, EventArgs e) { FormPayrollReport obj = new FormPayrollReport(); obj.Show(); }