public function __construct($cityId)
 {
     parent::__construct($cityId);
     $this->model = new WikiaHubsExploreModel();
     $this->sectionsLimit = $this->model->getFormSectionsLimit();
     $this->linksLimit = $this->model->getLinksLimit();
 }