public List <GroupBuyMemberEntity> GetGroupBuyMember(string groupBuyId) { OrderDA da = new OrderDA(); return(da.GetGroupBuyMember(groupBuyId)); }