public JsonResult InativarFornecedor(int id) { PessoaDao.Inativar(id); return(Json(new { data = new { Inativou = true } })); }