public ParametersOperation(ParametersOperation operation)
 {
     this.typeOfMachining       = operation.getTypeOfMachining();
     this.precisionOfMachining  = operation.getPrecisionOfMachining();
     this.surfaceRoughnessRz    = operation.getSurfaceRoughnessRz();
     this.recommendedIntervalRz = operation.getRecommendedIntervalRz();
     this.idOperation           = operation.getIdOperation();
     this.kvalitet = operation.getKvalitet();
     this.thicknessOfDefectiveCoating = operation.getThicknessOfDefectiveCoating();
     this.coefficientOfRefinement     = operation.getCoefficientOfRefinement();
     this.typeOfInstrument            = operation.getTypeOfInstrument();
 }