public function getEntityById($entityId)
 {
     $this->_load();
     return parent::getEntityById($entityId);
 }