public List <Compra> List() { return(_iCompra.List()); }
public async Task <List <Compra> > List() { return(await _iCompra.List()); }