private Connection getConnection() {
   DBConnectionHandler manager = DBConnectionHandler.getInstance();
   return manager.get();
 }