public IEnumerable <Champion> GetAll()
 {
     return(_championRepository.GetAll());
 }