public void AddChild(Cluster c) { children.Add(c); c.Parent = this; c.ClearPairValueDic(); // SetDatas(); }