public void GetChanges(out double beforeExp, out double afterExp)
        {
            int beforeGold;
            int afterGold;

            Pers.GetChanges(
                ValBefore,
                ValAfter,
                ViewChanges,
                out beforeExp,
                out afterExp,
                out beforeGold,
                out afterGold, AllRevards);
        }