public void Removeword1Row(word1Row row) {
     this.Rows.Remove(row);
 }
 public word1RowChangeEvent(word1Row row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addword1Row(word1Row row) {
     this.Rows.Add(row);
 }