public List <string> getDatabaseList(string server, string user, string pass) { return(db.GetDatabaseList(server, user, pass)); }