public function setRepresentative(\Civix\CoreBundle\Entity\Representative $representative = NULL)
 {
     $this->__load();
     return parent::setRepresentative($representative);
 }