public async Task <Medic> DeleteAsync(int id)
 {
     return(await _medicRepository.RemoveAsync(id));
 }