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