public CartCharityItem(CharitySearchedItem Item, string AddedBy) { this.Item = Item; this.AddedBy = AddedBy; }