public Model(int v) : base(v)
 {
     synchState = new SynchState(this);
 }
 public Model() : base()
 {
     synchState = new SynchState(this);
 }