public void RemoveFileForwardsRow(FileForwardsRow row) {
     this.Rows.Remove(row);
 }
 public FileForwardsRowChangeEvent(FileForwardsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddFileForwardsRow(FileForwardsRow row) {
     this.Rows.Add(row);
 }