public static void Delete(decimal idVehiculo) { try { DALVehiculo.Delete(idVehiculo); } catch (Exception) { throw; } }