public void RemovemotorDataTableRow(motorDataTableRow row) {
     this.Rows.Remove(row);
 }
 public motorDataTableRowChangeEvent(motorDataTableRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddmotorDataTableRow(motorDataTableRow row) {
     this.Rows.Add(row);
 }