public IActionResult Details(int id) { var bookDetails = _bookService.BookDetails(id); return(View(bookDetails)); }