public Footballer GetFootballer(int id) { var footballer = footballerRepository.GetById(id); return(footballer); }