public MedicoDTO Get(Guid Id)
 {
     return(service.GetById(Id));
 }