public ActionResult AdicionarTemp(Animes a) { AnimeDAO.AlterarAnime(a); return(RedirectToAction("Index", "Admin")); }