public function removeLocalRepresentative(\Civix\CoreBundle\Entity\Representative $localRepresentative)
 {
     $this->__load();
     return parent::removeLocalRepresentative($localRepresentative);
 }