public IEnumerable <Reward> GetAllRewardsByProjectId(int id) { var reward = _rewardRepo.GetAllRewardsByProjectId(id); return(reward); }