public DressUp(Outfit outfit, int numberOfItems) : base(outfit) { this.numberOfItems = numberOfItems; }