public void setInitialHuristic(Node goal)
 {
     CurrentNode.setHurestic(goal);
 }