public ActionResult Excluir(int id) { return(Json(new { @EhValido = _busPTV.Excluir(id), @Msg = Validacao.Erros }, JsonRequestBehavior.AllowGet)); }