public Champion Add(Champion newChampion)
 {
     return(_championRepository.Add(newChampion));
 }