public ItemVendaBuilder WithVenda(VendaDomain venda)
 {
     Venda = venda;
     return(this);
 }