public ChampionDetail GetChampionById(string name)
 {
     return(_championRepository.GetChampionById(name));
 }