private void ListarItemsAdicionados()
 {
     GvwLista.DataSource = aplListaCompra.ListarItemsListaCompra(this.Id);
     GvwLista.DataBind();
 }