public function setUpdatedBy($updatedBy)
 {
     $this->_load();
     return parent::setUpdatedBy($updatedBy);
 }