public void RemoveCombinedBasicInformationRow(CombinedBasicInformationRow row) {
     this.Rows.Remove(row);
 }
 public CombinedBasicInformationRowChangeEvent(CombinedBasicInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddCombinedBasicInformationRow(CombinedBasicInformationRow row) {
     this.Rows.Add(row);
 }