public async Task <Compra> GetAsync(int key)
 {
     return(await _compraService.GetAsync(key));
 }