public VertexEntry()
 {
     this.Edges = EdgeListPool.Get();
     this.Faces = FaceListPool.Get();
 }
 public EdgeEntry()
 {
     this.Faces = FaceListPool.Get();
 }