public List <Player> GetPlayers()
 {
     return(_iplayerContext.GetPlayers());
 }