/// <summary>
 /// Add a new CONTRACTCODE to PV1
 /// </summary>
 public static ID AddCONTRACTCODE(this PV1 message)
 {
     return(message.GetCONTRACTCODE(message.CONTRACTCODERepetitionsUsed));
 }