public function __construct(HighriseAPI $highrise)
 {
     parent::__construct($highrise);
     $this->url_base = 'people';
     $this->error_check = 'Person';
     $this->set_type('Person');
 }
 public function __construct(HighriseAPI $highrise)
 {
     parent::__construct($highrise);
     $this->url_base = 'companies';
     $this->error_check = 'Company';
     $this->setType('Company');
 }