public PConstrainEvent(PConstrain c) => this.c = c;
 public void Add(PConstrain c)
 {
     list.Add(c);
     c.CHANGED += onConstrianChanged;
 }