public ActionResult Delete(int ID) { BookAction.DeleteBook(ID); return(RedirectToAction("ListBook", "Admin")); }