public void Alterar(CarroDTO entidade)
 {
     _servico.Alterar(Util.CastDTO.castCarroDTOParaEntidade(entidade));
 }