public void ReleaseSelected() { if (mSelectedSphere != null) { mSelectedSphere.ReleaseSelection(); mSelectedSphere = null; } }