// DELETE: api/Cliente/5
 public void Delete(int id)
 {
     repositorioCliente.Delete(id);
 }