public async Task <PromoViewModel> GetPromo(int id) { PromoViewModel promo = await PromoRepository.GetPromo(id); return(PrepPromo(promo)); }