public void Cleanup() { var da = new DataAccessor(); da.DeleteOrder(orderId, customerId); da.DeleteCustomer(customerId); }