Using the Northwind schema as an example which collection interface would you use in the following circumstances.
.
Customer
Customer has a collection of Orders. For the purpose of this example the Orders collection is readonly.
Order
An Order has collection of OrderDetails. An OrderDetail can be added to the collection.
Employee
An Employee has collection of Territories. An Employee can belong to 0 or more Territories but TerritoryId must be unique.