public static IList <Model.Photo> GetAllPhotoForAlbum(Guid albumId)
 {
     return(instance.GetAllPhotoForAlbum(albumId));
 }