public Restrictions(int maxRestrictions)
 {
     this.restrictionStructure = new MQRESTRICTION(maxRestrictions);
 }
 public Restrictions(int maxRestrictions)
 {
     this.restrictionStructure = new MQRESTRICTION(maxRestrictions);
 }