public LabThresholdResponse AddLabThreshold(LabThresholdRequest labThreshold)
        {
            var responseData = _labRepository.AddLabThreshold(labThreshold);

            return(responseData);
        }