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