private void MoveToSky()
    {
        RingHead ringHead = NextRing.GetComponentInChildren <RingHead>();

        ringHead.MoveToSky();
    }