def create
    @library_report = LibraryReport.new(params[:library_report])

    respond_to do |format|
      if @library_report.save