public async Task <int> AddFootballer(FootballerDto footballerDto)
 {
     return(await _footballerRepository.AddFootballer(footballerDto));
 }