public void Possess(GhostScript argGhost)
    {
        argGhost.Hide();

        EnablePlayerControl();
    }