public void RemoveAdjudicationFeeDetailsRow(AdjudicationFeeDetailsRow row) {
     this.Rows.Remove(row);
 }
 public AdjudicationFeeDetailsRowChangeEvent(AdjudicationFeeDetailsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAdjudicationFeeDetailsRow(AdjudicationFeeDetailsRow row) {
     this.Rows.Add(row);
 }