Is there a way to provide efficient access to a property (of reference type) in instances of a class in a list via another list that references that single property? My idea would thus be to not have a copy of that property be made but access via the second list directly the original property.