public function BulletinFileDownload($file_id)
 {
     $this->CheckAndSetHeader(__FUNCTION__);
     $reg_args["file_id"] = $file_id;
     $this->encodeString($reg_args);
     $results = parent::BulletinFileDownload($reg_args);
     $this->methodClose();
     return $results->file->content;
     // already base64_decode
 }