/**
  * Returns owner of this address.
  *
  * @access public
  * @return int
  *   ID of the owner of this address.
  */
 public function getUserId()
 {
     return $this->addressBook->getUserId();
 }