private void ShowProperControlsUI() { _managerUI.HideAllControlsUI(true); if (_selectedObject.Mono is ShipBase) { _managerUI.ActivatePopup(PopupType.ShipControl, true); } }