public function updated($model)
 {
     $operator = $this->operator();
     HistoryModel::recordUpdateAction($operator, $model);
     return $model;
 }