/**
  * @return \yii\db\ActiveQuery
  */
 public function getCountryCode()
 {
     return $this->hasOne(\giiant\world\models\Country::className(), ['Code' => 'CountryCode']);
 }