public void AlterAlbum(Album album)
 {
     _repository.AlterAlbum(album);
 }