public void AddElement(IslandElement element)
 {
     spaceIndex.Add(element);
 }