public ActionResult Delete(int?id) { int i = bookDB.DeleteBookById(id); return(RedirectToAction("index")); }