//
 public static async Task <DataTable> GetGroupBuyingSettingByid(string ProductGroupId)
 {
     return(await DalGroupBuyingProductGroupConfig.GetGroupBuyingSettingByid(ProductGroupId));
 }