public override void VisitGirlsHouse(GirlsHouse house) { house.GiveDress(); }
public abstract void VisitGirlsHouse(GirlsHouse house);