public StationaryTestingProduct CreateStationaryTestingProduct
     (StationaryTestingProduct stationaryTestingProduct)
 {
     return(_stationaryTestingProductService
            .CreateStationaryTestingProduct(stationaryTestingProduct));
 }