public static bool EditAlbum(Album album) { IGalleryRepository galleryRepo = new GalleryRepository(); return(galleryRepo.EditAlbum(album)); }