public ActionResult Remove(int id) { _itemBusiness.RemoveById(id); return(RedirectToAction("Index")); }