public void addTeleporter(Teleporter tele)
 {
     graph.AddLast(tele);
     addLink(tele);
 }