private void GatherInfo()
        {
            this.gallery = ArtList <Picture> .GatherPictures();

            this.artists = ArtList <Artist> .GatherArtists();
        }