poohbar
val Customer.orderedProducts: Set<Product> get() { // Return all products ordered by customer return orderedProducts }