public XMLParseController(IXMLModule targetXMLModule) { this.xmlResult = targetXMLModule; }
// GET: Index public IndexController(IXMLModule xmlService) { _xmlService = xmlService; }