public MySQLHeurigenRepository()
 {
     var dbConnection = new DatabaseConnection();
     _sessionFactory = dbConnection.GetSessionFactory();
 }