public void SetRestrictor(IProperty child, Dictionary<PropertyID, IProperty> instance)
 {
     child.SetRestrictor(instance[min], instance[max]);
 }