public function isResoldCustomer()
 {
     $this->__load();
     return parent::isResoldCustomer();
 }