public async Task <IEnumerable <Offer> > GetOffers()
 {
     return(await offerRepository.FindAllAsync());
 }