protected void btnLuuThongTinHoSo_Click(object sender, EventArgs e)
        {
            bool success = don.LuuThongTinXetDuyetCapCSDuBi(Session["MaHoSo"].ToString(), txtTieuDeKinhGui.Text, txtNguoiVietDon.Text, drLoaiDeNghiCapGCN.SelectedValue, txtNghiaVuTaiChinh.Text, txtGiayToKemTheo.Text, txtDeNghiKhac.Text, txtEmailNguoiVietDon.Text, txtDienThoaiNguoiVietDon.Text, txtNguoiNhan.Text, txtNgayNhan.Text, txtSoTiepNhan.Text, txtQuyen.Text);

            Session["ThaoTac"] = ThaoTac.ChiXem;
            ApDungTrangThai();
        }