void Evaluator::operator()(const boost::shared_ptr<IEvaluable>& Evaluable)
{
    Evaluable->Eval(m_EC);
}