public async Task <Promotion> AddPromotionAsync(Promotion entity)
 {
     return(await _promotionRepository.AddAsync(entity));
 }