public LocalizedGreetingsRowChangeEvent(LocalizedGreetingsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLocalizedGreetingsRow(LocalizedGreetingsRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLocalizedGreetingsRow(LocalizedGreetingsRow row) {
     this.Rows.Remove(row);
 }