public void CheckIn(Book newBook) { m_shelf.Add(newBook); }
public void Add(Book book) { this.Dictionary.Add(book.Title, book); }