public Profissional ObertPorId(int id)
 {
     return(_profissionalRepository.ObertPorId(id));
 }