public shop_item_groupRow Addshop_item_groupRow(string name)
            {
                shop_item_groupRow rowshop_item_groupRow = ((shop_item_groupRow)(this.NewRow()));

                rowshop_item_groupRow.ItemArray = new object[] {
                    null,
                    name
                };
                this.Rows.Add(rowshop_item_groupRow);
                return(rowshop_item_groupRow);
            }
 public shop_item_groupRowChangeEvent(shop_item_groupRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removeshop_item_groupRow(shop_item_groupRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addshop_item_groupRow(shop_item_groupRow row)
 {
     this.Rows.Add(row);
 }