public void SetDisplayItem() { DisplayItem.Clear(); List <Item> temp = ItemList.ToList(); this.DisplayItem.Add(new Item { Id = this.ItemList.Last().Id, Date = this.ItemList.Last().Date }); }