public void RemoverItem(ListaProduto item) { Items.Remove(item); }
public void AddItem(ListaProduto item) { Items.Add(item); }