private IReadOnlyCollection <IStaticWorldObject> GetWorldObjectsInRectangle()
        {
            var bounds = this.SelectionBounds;

            return(WorldService.GetStaticObjectsAtBounds(bounds));
        }