public DataTable SelecionarPorFiltroPesquisar(AgendamentoDTO pAgendamentoDTO) { try { return(AgendamentoDAO.Selecionar(pAgendamentoDTO)); } catch (Exception e) { throw e; } }