public List <GameSession> GetAll()
 {
     return(_gameSessionRepository.GetAll());
 }