public void RemoveInspectionMemoRow(InspectionMemoRow row) {
     this.Rows.Remove(row);
 }
 public InspectionMemoRowChangeEvent(InspectionMemoRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddInspectionMemoRow(InspectionMemoRow row) {
     this.Rows.Add(row);
 }