public bool IsPresent(int nodeIndex)
 {
     return(NodeList.Exists(x => x.Index == nodeIndex));
 }