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