public async Task <List <Professional> > GetProfessionalsAsync()
 {
     return(await _professionalRepository.GetProfessionalsAsync());
 }