public IEnumerable <Deductible> GetDeductible(string productId) { return(ValidateProductId(productId) ? _repository.GetDeductible(productId) : null); }