public ActionResult BorrarEvento(int IdEvento) { BD.BorrarEvento(IdEvento); int Id = Convert.ToInt32(Session["Artista"]); return(RedirectToAction("Index", "BackOffice", new { IdArt = Id })); }