public IActionResult Get(int id) { var product = _claimRepository.GetClaimsByID(id); return(new OkObjectResult(product)); }