public function __construct()
 {
     $this->Areas = new AreasObject();
     $this->IndexCityInArea = new Indexes();
     $this->IndexWarehouseInCity = new Indexes();
     $this->IndexCityName = new Indexes(true);
     $this->IndexWarehouseNumberInCity = new Indexes();
     parent::__construct();
 }