public IDbConnection GetDatabaseConnection()
 {
     return(database.CreateConnection());
 }