public Book GetBook(int id) { BookList bookListObj = BookList.GetBookList(); return(bookListObj.GetBook(id)); }