public ActionResult Delete(Guid id) { _marcaAppService.Excluir(id); return(Json(true, JsonRequestBehavior.AllowGet)); }