private void InitializeScripts()
    {
        PrefabsList = this.GetComponent <PrefabsList>();
        UI          = this.GetComponent <UI>();
        UI.Initialize();

        Movement = this.GetComponent <ShipMovementScript>();
        Movement.Initialize();
        Position = this.GetComponent <ShipPositionManager>();
    }