public void SetOTherColor(Color color) { OtherColor = color; Others.ForEach(o => o.Color = OtherColor); }