private void SetupDatabase() { _database = DB.Get(); _daoManager = DaoManager.Get(); _daoManager.RegisterDaos(); }