public void Addeip_t_scheduleRow(eip_t_scheduleRow row) {
     this.Rows.Add(row);
 }
 public void Removeeip_t_scheduleRow(eip_t_scheduleRow row) {
     this.Rows.Remove(row);
 }
 public eip_t_scheduleRowChangeEvent(eip_t_scheduleRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }