public Servico find(Servico servico) throws HibernateException {
   Servico servicoRetorno = servicoDao.find(servico);
   return servicoRetorno;
 }