public IEnumerable <VoucherModel> GetVouchersByBuyer(int buyerId) { return(vouchersService.GetVouchersByBuyer(buyerId)); }