/** @see org.eclipse.gef.commands.Command#redo() */
 @Override
 public void redo() {
   foreignEntity.addForeignKeyRelationship(association, true);
   primaryEntity.addPrimaryKeyRelationship(association, true);
 }