public IEnumerable <Bet> GetAllUserBets(string userId) { return(_betRepository.GetAllUserBets(userId)); }