public FreeRefFunction FindUserDefinedFunction(String functionName)
 {
     return(_bookEvaluator.FindUserDefinedFunction(functionName));
 }