public function indexAction()
 {
     Tag::prependTitle('Зоны');
     $this->view->title = "Зоны";
     $this->view->zones = Zones::find();
 }