public ActionResult DeleteConfirmed(int id) { DAL.DeleteBook(id); return(RedirectToAction("Index")); }