public static function common(Event $event)
 {
     return Log::create($event)->save(false);
 }