protected function _beforeDelete()
 {
     $this->_model->beforeDelete($this);
     parent::_beforeDelete();
 }