public async Task DeleteHeroAsync(int id)
 {
     await _superHeroService.DeleteSuperHeroAsync(id);
 }