use Koha::ItemTypes;
use Koha::Patrons;
use C4::Biblio qw( GetMarcFromKohaField );
use Data::Dumper;
# %methods hash defines options and their corresponding subroutines
# Each numeric key represents an option, and its associated subroutine reference defines the action to be taken
-