public VeiculoDTO GetVeiculo(int id) { try { return(regrasdados.GetVeiculo(id)); } catch (Exception ex) { throw new FaultException(ex.Message); } }