public override IEnumerable <KeyValuePair <IntPtr, IVehicle> > GetAllVehicles()
 {
     return(vehiclePool.GetEntitiesArray());
 }
 public override IEnumerable <KeyValuePair <IntPtr, IPlayer> > GetAllPlayers()
 {
     return(playerPool.GetEntitiesArray());
 }