public static bool SavePhotoInAlbum(AlbumPhoto photo) { IGalleryRepository galleryRepo = new GalleryRepository(); return(galleryRepo.SavePhotoInAlbum(photo)); }