public String GetAnswerForID(int iType, string ID) { IOperator qOperator = OperatorFactory(iType); return(qOperator.GetAnswerForID(ID)); }