private void SetPages(InMemoryBook book, int newPageCount)
 {
     book.setPages(newPageCount);
 }