public async Task <bool> DeleteProducto(Guid id) { bool resul = await P.DeleteProducto(id); return(resul); }