private void AddSpatialElementGroupToView(SpatialElementInfoGroup group)
 {
     foreach (SpatialElementInfo element in group.Elements)
     {
         m_mapMapper.AddSpatialElementToView(element.CoreSpatialElement);
     }
 }