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