public void Removetbl_DocumentCategoriesRow(tbl_DocumentCategoriesRow row) {
     this.Rows.Remove(row);
 }
 public tbl_DocumentCategoriesRowChangeEvent(tbl_DocumentCategoriesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addtbl_DocumentCategoriesRow(tbl_DocumentCategoriesRow row) {
     this.Rows.Add(row);
 }