public void AddaccountsViewRow(accountsViewRow row) {
     this.Rows.Add(row);
 }
 public void RemoveaccountsViewRow(accountsViewRow row) {
     this.Rows.Remove(row);
 }
 public accountsViewRowChangeEvent(accountsViewRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }