public void RemoveAgentInvoiceSumRow(AgentInvoiceSumRow row) {
     this.Rows.Remove(row);
 }
 public AgentInvoiceSumRowChangeEvent(AgentInvoiceSumRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAgentInvoiceSumRow(AgentInvoiceSumRow row) {
     this.Rows.Add(row);
 }