public Sale Get(int id) { ISaleRepository repository = new SaleRepository(); return(repository.Get(id)); }