public function getName($appendCountryName = false)
 {
     $this->__load();
     return parent::getName($appendCountryName);
 }