public override PromotionActionStatus Create(PromotionInfo promote)
 {
     return(provider.CreatePurchaseGift(promote as PurchaseGiftInfo));
 }