@Override
 public boolean contains(Relationship relationship) {
   return relationship.getGraphDatabase().equals(gdb);
 }