public static Boolean MovePhotoForward(Guid photoId)
 {
     return(instance.MovePhotoForward(photoId));
 }