public static string Editar(Veiculo veiculo) { try { return(VeiculoDAL.Editar(veiculo)); } catch (Exception ex) { return(ex.Message); } }