public bool CreateParser()
 {
     _myParser = _myParserFactory.Create(_parserName);
     return (_myParser.LoadModel(_parserModelFile));
 }