public static Veiculo ListarPorPlaca(Veiculo veiculo) { try { return(VeiculoDAL.ListarPorPlaca(veiculo)); } catch (Exception ex) { throw ex; } }