public Photo ChangeAlbum(string photoTitle, string albumTitle) { return(changeAlbum.Execute(photoTitle, albumTitle)); }
public Photo ChangeAlbum(Photo photo, string newAlbumName) { return(changeAlbum.Execute(photo, newAlbumName)); }