public ActionResult DeleteConfirmed(int id) { Band band = ss.GetBandById(id); ss.DeleteBand(band); return(RedirectToAction("Index")); }