/**
  * @return \yii\db\ActiveQuery
  */
 public function getZone()
 {
     return $this->hasOne(Zone::className(), ['Id' => 'zoneId']);
 }