public override object Clone() { PrintSizeRecord pzr = new PrintSizeRecord(); pzr.printSize = this.printSize; return pzr; }