/**
  * {@inheritDoc}
  */
 public function afterSave(Model $Model, $created, $options = array())
 {
     if ($this->_stopwatchEventSave) {
         $this->_stopwatchEventSave->stop();
     }
     return true;
 }
 /**
  * {@inheritDoc}
  */
 public function afterRender($viewFile)
 {
     if ($this->_stopwatchEvent) {
         $this->_stopwatchEvent->stop();
     }
 }