private void appendToListBox()
 {
     bookItemList.AddToOrder(bookItem);
     displayList();
 }