/**
  * @param int $code
  */
 function __construct($code)
 {
     parent::__construct($code);
     $this->places = new ArrayCollection();
 }
 /**
  * @param int $code
  */
 function __construct($code)
 {
     parent::__construct($code);
     $this->communities = new ArrayCollection();
 }
 /**
  * @param int $code
  */
 public function __construct($code)
 {
     parent::__construct($code);
     $this->districts = new ArrayCollection();
 }