private void txtRimKiem_TextChanged(object sender, EventArgs e)
 {
     dgvPhongBan.DataSource = ConnectDatabase.timKiemPhongBan(txtRimKiem.Text);
 }