protected BaseLine(BaseLine other) { this.p1 = other.P1; AddP1Listeners(this.p1); this.p2 = other.P2; AddP2Listeners(this.p2); }