public void RemoveMaterialsInformationRow(MaterialsInformationRow row) {
     this.Rows.Remove(row);
 }
 public MaterialsInformationRowChangeEvent(MaterialsInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddMaterialsInformationRow(MaterialsInformationRow row) {
     this.Rows.Add(row);
 }