public Bartender(Pub pub) { this.pub = pub; }
public Patron(Pub pub) { this.pub = pub; this.Name = NameGiver.GetName(); PrintPatronInfo(); }