public function setCountry($country)
 {
     $this->__load();
     return parent::setCountry($country);
 }