public void Delete(string userId)
 {
     _carrinhoRepository.RemoverCarrinhoPorUsuario(userId);
 }