public void test_with_Route(){
World.This().loadWorld_Route();
World.This().createShortestPath();
World.This().initNearestFishingAreas();
World.This().createShipsByScenario(50, "null");
new MapFrame("PROGNOS Simulator", "/maps/ArabianSea6000x3000.bmp");
}