public Venda Busca(int id)
 {
     return(_repositorio.Busca(id));
 }