private void btnQD_Click(object sender, EventArgs e)
 {
     frmThayDoiCacQuyDinh QD = new frmThayDoiCacQuyDinh();
     QD.ShowDialog();
 }