public static bool CreateAlbum(Album album)
        {
            IGalleryRepository galleryRepo = new GalleryRepository();

            return(galleryRepo.CreateAlbum(album));
        }