public static bool CreateOrUpdatePhotoAlbum(Model.PhotoAlbum album)
 {
     return(instance.CreateOrUpdatePhotoAlbum(album));
 }