=cut
=head3 store
sub store {
my ($self) = @_;
Koha::Exceptions::MissingParameter->throw("Missing mandatory parameter: booksellerid")
unless $self->booksellerid;
return $self->SUPER::store();
}
=head3 _type
-