private void btnViewWorks_Click(object sender, EventArgs e)
        {
            TransMode mode = TransMode.ViewRecord;
            //  if (servieDeskRow.BE_TERMINATED > 0)
            {
                mode = TransMode.ViewRecord;
            }
            UCRequestWork ucForm = new UCRequestWork(person, userRequest.SerReqId, mode);

            ISE.UILibrary.Utils.UIUtils.SetFrmTrans(ucForm, "فعالیت ها", FormBorderStyle.Sizable);
        }
        private void btnViewWorks_Click(object sender, EventArgs e)
        {
            UCRequestWork ucForm = new UCRequestWork(person, userRequest.SerReqId, tMode);

            ISE.UILibrary.Utils.UIUtils.SetFrmTrans(ucForm, "فعالیت ها", FormBorderStyle.Sizable);
        }