public void Addsearch_eip_t_whatsnewRow(search_eip_t_whatsnewRow row) {
     this.Rows.Add(row);
 }
 public void Removesearch_eip_t_whatsnewRow(search_eip_t_whatsnewRow row) {
     this.Rows.Remove(row);
 }
 public search_eip_t_whatsnewRowChangeEvent(search_eip_t_whatsnewRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }