sub guarantees {
my ( $self ) = @_;
return Koha::Patrons->search( { guarantorid => $self->borrowernumber } );
return Koha::Patrons->search( { guarantorid => $self->borrowernumber }, { order_by => { -asc => ['surname','firstname'] } } );
}
=head3 housebound_profile
-