public PromoModels.PromofiedCart Apply(string id)
 {
     return(_cartRepo.ApplyPromo(id));
 }