public void RemoveBasicInformationRow(BasicInformationRow row) {
     this.Rows.Remove(row);
 }
 public BasicInformationRowChangeEvent(BasicInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBasicInformationRow(BasicInformationRow row) {
     this.Rows.Add(row);
 }