public void Addtbl_AttachmentsRow(tbl_AttachmentsRow row) {
     this.Rows.Add(row);
 }
 public void Removetbl_AttachmentsRow(tbl_AttachmentsRow row) {
     this.Rows.Remove(row);
 }
 public tbl_AttachmentsRowChangeEvent(tbl_AttachmentsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }