internal IDbConnection CreateConnection()
 {
     return(DbAccessHelper.CreateDbConnection(_connectionString));
 }