My Entity Framework model (using EF 6.1 with ObjectContext), has lazy loading turned on, with various navigation properties....For example:...// Orders is a navigation property (collection), which, when first iterated,
// loads the collection of Order ent...