public void RemoveTBL_Generic_TypeRow(TBL_Generic_TypeRow row) {
     this.Rows.Remove(row);
 }
 public TBL_Generic_TypeRowChangeEvent(TBL_Generic_TypeRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddTBL_Generic_TypeRow(TBL_Generic_TypeRow row) {
     this.Rows.Add(row);
 }