public PurSuit(SchoolGirl girl) { this.SchoolGirl = girl; }
public GiftProxy(SchoolGirl girl) { Boy = new PurSuit(girl); }