public XmlAdapterClass(string xmlFilePath) { _xmlFilePath = xmlFilePath; xmlParser = new XMLParser(_xmlFilePath); }