private void toolStripTextBox1_Click(object sender, EventArgs e)
 {
     Payslips ps = new Payslips();
     ps.Show();
 }