public PXModel Execute(PXModel lhs, object rhs) { var pvt = new Pivot(); return(pvt.PivotCCW(lhs)); }