public ActionResult DeleteConfirmed(int id) { _BusinessProcessService.DeleteById(id); return(RedirectToAction("Index")); }