public function setCurrency($currency)
 {
     $this->__load();
     return parent::setCurrency($currency);
 }