private void cậpNhậtLịchLàmViệcNhânViênToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCapNhatLichLamViec frmcnllv = new frmCapNhatLichLamViec();

            frmcnllv.Show();
            this.Hide();
        }
        private void BtnCapnhatlichlvnv_Click(object sender, EventArgs e)
        {
            frmCapNhatLichLamViec llv = new frmCapNhatLichLamViec();

            llv.Show();
            this.Hide();
        }