public ActionResult Delete(int id) { bookBL.DeleteBook(id); return(RedirectToAction("BookDetails")); }