public List <PAM_OtherSupportingDocumentAttachment> List_PAM_OtherSupportingDocumentAttachment(long pamId, int roleIdWhenAdded, string snWhenAdded_NOT)
        {
            PAM_OtherSupportingDocument_Services svc = new PAM_OtherSupportingDocument_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId, null, roleIdWhenAdded, snWhenAdded_NOT));
        }
        public void Get_PAM_OtherSupportingDocumentAttachment_Content(long id)
        {
            PAM_OtherSupportingDocument_Services svc = new PAM_OtherSupportingDocument_Services();

            svc.AppConfig = this.AppConfig;
            XDocument xDoc = svc.GetAttachmentContent(id);

            this.ReturnXDocumentFile(xDoc);
        }