public static bool DeleteAlbum(int albumId) { IGalleryRepository galleryRepo = new GalleryRepository(); return(galleryRepo.DeleteAlbum(albumId)); }