public void RemoveElement(IslandElement element)
 {
     spaceIndex.Remove(element);
 }