I have a table structure that looks like this: Order contains 1..n OrderComponent. OrderComponent has a 1:1 relationship with OrderComponentDetail. When calling DeepSave, or just trying to call DataRepository.OrderComponentProvider.Save, I get an error that looks like this: Item has already been added...