public async Task <IEnumerable <Promo> > ListPromoByPartnerId(int partnerId)
 {
     return(await _promoRepository.FindByPartnerId(partnerId));
 }