internal OpenAuctionHouse Add(InAuctionHouse a) { Children.Add(a); return(this); }
internal GotoNextPage Add(InAuctionHouse a) { Children.Add(a); return(this); }