public void Removesearch_eip_t_ext_timecard_systemRow(search_eip_t_ext_timecard_systemRow row) {
     this.Rows.Remove(row);
 }
 public search_eip_t_ext_timecard_systemRowChangeEvent(search_eip_t_ext_timecard_systemRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addsearch_eip_t_ext_timecard_systemRow(search_eip_t_ext_timecard_systemRow row) {
     this.Rows.Add(row);
 }