private void incrementBookCopies(Book book) {
   book.incrementBookCopies();
 }