public function exchangeArray($array)
 {
     $this->__load();
     return parent::exchangeArray($array);
 }