public override void Assign(BaseType value) { rep = value.ToList().rep.Select(v => v.Clone()).ToList(); OnChanged(); }