public ActionResult Delete(int id) { interaction.DeleteTeam(id); return(RedirectToAction("Index")); }