public List <Champion> GetChampions()
 {
     return(_championRepository.GetChampions());
 }