def create
    @circulation_status = CirculationStatus.new(circulation_status_params)

    respond_to do |format|
      if @circulation_status.save