public UserManager(string xmlPath) { this.xmlManager = new XmlManager(xmlPath); this.loginManager = new LoginManager(); }