public GalleryDataService(ArtGallery g)
 {
     gallery = g;
 }
 public GalleryDataService()
 {
     gallery = new ArtGallery();
 }