public async Task <IEnumerable <Medic> > ListAsync()
 {
     return(await _medicRepository.FindAllAsync());
 }