public async Task <IEnumerable <Footballer> > GetAllFootballer()
 {
     return(await _footballerRepository.GetFootballers());
 }