public void SetAsTitle(string albumTitle, int albumId) { _repository.SetAsTitle(albumTitle, albumId); }