public void RemoveLicensePurposeMasterRow(LicensePurposeMasterRow row) {
     this.Rows.Remove(row);
 }
 public LicensePurposeMasterRowChangeEvent(LicensePurposeMasterRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLicensePurposeMasterRow(LicensePurposeMasterRow row) {
     this.Rows.Add(row);
 }