private async Task <bool> SaleExists(int id)
 {
     return(await saleRepository.ExistAsync(id));
 }