public int DoCancelSample(int arlNumber, bool descriptionYN, bool storageYN, bool containersYN, bool containerDescriptionYN, bool fillVolumeYN, bool dosageYN, bool analytesYN, bool testsYN, bool chargesYN, bool notesYN, Identification identification) { logger.Log(LogLevel.Trace, AppLib.GetCaller(logger)); using (SampleDAO dao = new SampleDAO()) { return dao.CloneSample(arlNumber, descriptionYN, storageYN, containersYN, containerDescriptionYN, fillVolumeYN, dosageYN, analytesYN, testsYN, chargesYN, notesYN, identification); } }