public IslandZone(PositionEdge first, PositionEdge seckond)
 {
     First   = first;
     Seckond = seckond;
 }