private int Refresh()
        {
            EquationMgr mgr = model.GetEquationMgr();

            return(mgr.EvaluateAll());
        }