def create
    @library = Library.new(library_params)

    respond_to do |format|
      if @library.save