public function setLocalDistrict(\Civix\CoreBundle\Entity\District $localDistrict = NULL)
 {
     $this->__load();
     return parent::setLocalDistrict($localDistrict);
 }