public DatabaseManager(DatabaseServer _Server, Phoenix.Storage.Database _Database) { this.Server = _Server; this.Database = _Database; }