public void Delete(HallItem hallItem) { hallItems.Remove(hallItem); }
public void Add(HallItem hallItem) { hallItems.Add(hallItem); }