protected BaseRepository(AppDbConnectionProvider provider)
 {
     DbConnection = provider.GetDbConnection();
 }