protected static function boot()
 {
     parent::boot();
     static::observe(new FieldObserver());
 }