public function setFromArray(array $values)
 {
     $this->_load();
     return parent::setFromArray($values);
 }