public void RemoveDocumentChecklistTableRow(DocumentChecklistTableRow row) {
     this.Rows.Remove(row);
 }
 public DocumentChecklistTableRowChangeEvent(DocumentChecklistTableRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddDocumentChecklistTableRow(DocumentChecklistTableRow row) {
     this.Rows.Add(row);
 }