def update
    @service.update
    if @service.section.errors.present?
      flash[:error] = @service.section.errors.full_messages.join(', ')
    end