public void TestRemoveLastAdd()
 {
     books.RemoveLastAdded();
     Assert.IsFalse(books.ContainsBook(b10));
 }