public WorldManager()
 {
     _playerManager = new PlayerManager();
     _mapManager = new MapManager();
 }