/**
  * @param mixed $country
  */
 public function setCountry(CountryModel $country)
 {
     $this->country_id = $country->getId();
 }