public RegistrationControlRecord(RegistrationDefinition model, ReadyToLockIfc readyToLock)
		{
			this.model = model;
			this.readyToLock = readyToLock;
		}
 public RegistrationControlRecord(RegistrationDefinition model, ReadyToLockIfc readyToLock)
 {
     this.model       = model;
     this.readyToLock = readyToLock;
 }