//产品文件            ds.Relations.Add("产品名称", ds.Tables["Product"].Columns["Productid"], ds.Tables["PRoductAttachment"].Columns["Productid"]);
            GridLevelNode level7 = new DevExpress.XtraGrid.GridLevelNode();
            level7.LevelTemplate = this.gridProductAttachment;
            level7.RelationName = "产品文件";
            level.Nodes.Add(level7);
上述代码,比如几个不同的供应商下面有相同的产品,这时候产品文件就会报不具有唯一的值,该怎么根据供应商和产品来关联?