protected void btnXacNhan_Click(object sender, System.EventArgs e)
 {
     clsPhieuXuat oPhieuXuat = new clsPhieuXuat();
     oPhieuXuat.NhanVienLogon_Id = "3d2df69a-4d7c-4d78-a4a3-075a169a109d";
     oPhieuXuat.PhieuXuat_Id = sKey;
     oPhieuXuat.ChungTu = null;
     oPhieuXuat.KieuFile = "";
     oPhieuXuat.XacNhanPhieuXuat();
     lblThongBao.Text = "Xác nhận thành công!";
 }