public void AddPedidoDetalheRange(List <PedidoDetalhes> pedidoDetalhes)
 {
     _pedidoRepository.AddPedidoDetalheRange(pedidoDetalhes);
 }