public async Task Delete(string id)
 {
     await _songService.DeleteById(id);
 }