public function AddressGetReadAllowBooks()
 {
     // no arguments
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::AddressGetReadAllowBooks();
     $this->methodClose();
     return $this->RetvalConvertArray($results->book_id);
     // returns array of IDType
 }