public void Addtbl_GalleryRecordsRow(tbl_GalleryRecordsRow row) {
     this.Rows.Add(row);
 }
 public void Removetbl_GalleryRecordsRow(tbl_GalleryRecordsRow row) {
     this.Rows.Remove(row);
 }
 public tbl_GalleryRecordsRowChangeEvent(tbl_GalleryRecordsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }