public List <PAM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment> List_PAM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment(long pamId)
        {
            PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services svc = new PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId));
        }
        public void Get_PAM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment_Content(long id)
        {
            PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services svc = new PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }