public void AddThu_BananaRow(Thu_BananaRow row) {
     this.Rows.Add(row);
 }
 public void RemoveThu_BananaRow(Thu_BananaRow row) {
     this.Rows.Remove(row);
 }
 public Thu_BananaRowChangeEvent(Thu_BananaRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }