public void Addsearch_eip_t_scheduleRow(search_eip_t_scheduleRow row) {
     this.Rows.Add(row);
 }
 public void Removesearch_eip_t_scheduleRow(search_eip_t_scheduleRow row) {
     this.Rows.Remove(row);
 }
 public search_eip_t_scheduleRowChangeEvent(search_eip_t_scheduleRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }