public void RemovePhoto(Photo photo)
 {
     _gm.RemovePhoto(photo);
 }
 public void AddPhoto(Photo photo)
 {
     _gm.AddPhoto(photo);
 }