public override void Edit(int id, string[] data) { Good good = this._table.GetWhereID(id); good.FromArray(data); this._table.UpdateID(id, good); this.DataChanged(); }