public tbl_TaniBlgRowChangeEvent(tbl_TaniBlgRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addtbl_TaniBlgRow(tbl_TaniBlgRow row) {
     this.Rows.Add(row);
 }
 public void Removetbl_TaniBlgRow(tbl_TaniBlgRow row) {
     this.Rows.Remove(row);
 }