public bool ExisteEnCompra(int idProducto) { try { return(iProducto.ExisteEnCompra(idProducto)); } catch (Exception ex) { throw new Exception(ex.Message); } }