public Stand() { Photo = new PhotoInfo(); Exhibits = new List <Exhibit>(); }
public Hall() { Photo = new PhotoInfo(); Stands = new List <Stand>(); }