I have a problem understanding how to build view models based on the following models
(I simplified the models to be clearer)
public class Hit
{
publi
I think I had the same problem and if you do it like "PatternViewModel with an ObservableCollection
My approach was to build - for your expample - a PatternViewModel with a ObservableCollection
This way you may avoid the duplication of the relationships.