private void ReleaseSelectionBox()
 {
     selectionBox.gameObject.SetActive(false);
     selectionService.FilterSelection();
 }