public void setTo(Relatable newTo) { this.to = newTo; }
public void setFrom(Relatable newFrom) { this.from = newFrom; }