public List <SearchNode> GetAdjacent()
 {
     return(NodeMethod.GetAdjacent(this));
 }