public async Task <int> DeleteFootballer(int footballerId)
 {
     return(await _footballerRepository.DeleteFootballer(footballerId));
 }