@Transactional
 public void deleteConnection(Connection connection) {
   connectionRepository.delete(connection);
 }