public Champion Update(Champion updatedChampion)
 {
     return(_championRepository.Update(updatedChampion));
 }