public void IncluirClaim(ClaimViewModel claim)
 {
     _claimsRepository.Incluir(new Claims
     {
         Nome = claim.Type
     });
 }