public Pursuit(SchoolGril mm) { this.mm = mm; }
public Proxy(SchoolGril gril) { this.pursuit = new Pursuit(gril); }