public ColorDictionary(ColorDictionary reference) { keys = reference.GetKeyList(); values = reference.GetValueList(); }