public IEnumerable<Reward> GetAllRewards() { var allRewards = _rewardService.GetAllRewards(); return allRewards; }