public async Task <IEnumerable <Coach> > ListAsync()
 {
     return(await _coachRepository.ListAsync());
 }