public vw_tote_traveler_detailsRow Addvw_tote_traveler_detailsRow(int id, string command_4, string label, string command_1, string command_2, string command_3, string command_5, string command_6)
            {
                vw_tote_traveler_detailsRow rowvw_tote_traveler_detailsRow = ((vw_tote_traveler_detailsRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    id,
                    command_4,
                    label,
                    command_1,
                    command_2,
                    command_3,
                    command_5,
                    command_6
                };
                rowvw_tote_traveler_detailsRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowvw_tote_traveler_detailsRow);
                return(rowvw_tote_traveler_detailsRow);
            }
 public vw_tote_traveler_detailsRowChangeEvent(vw_tote_traveler_detailsRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removevw_tote_traveler_detailsRow(vw_tote_traveler_detailsRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addvw_tote_traveler_detailsRow(vw_tote_traveler_detailsRow row)
 {
     this.Rows.Add(row);
 }