public override PromotionActionStatus Create(PromotionInfo promote)
 {
     return(provider.CreateFullDiscount(promote as FullDiscountInfo));
 }