public int Count()
 {
     return(sideEdge.GetN() - 1);
 }
 public int Count()
 {
     return(guide.GetN() + 1);
 }