public static void AddPhoto(Service.Photo photo)
 {
     galleryManager.AddPhoto(photo);
 }
 public static void RemovePhoto(Service.Photo photo)
 {
     galleryManager.RemovePhoto(photo);
 }