sub image {
my ( $self ) = @_;
return Koha::Patron::Images->find( $self->borrowernumber );
return scalar Koha::Patron::Images->find( $self->borrowernumber );
}
sub library {
-