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