public void Remove(int id)
 {
     _matchChampionshipRepository.Remove(id);
 }