public int DoReturnToOos(TimePoint timePoint, SampleNote note, Identification identification) { logger.Log(LogLevel.Trace, AppLib.GetCaller(logger)); using (SampleDAO dao = new SampleDAO()) { return dao.ReturnToOos(timePoint, note, identification); } }