public JsonResult ExcluirCliente(int id) { clienteRepositorio = new ClienteRepositorio(); return(Json(clienteRepositorio.ExcluirPeloId(id))); }