public void RemoveaccountsRow(accountsRow row) {
     this.Rows.Remove(row);
 }
 public accountsRowChangeEvent(accountsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddaccountsRow(accountsRow row) {
     this.Rows.Add(row);
 }