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