public DataTable CONSULTA(string pParam) { ConsultaDAL result = new ConsultaDAL(); return(result.CONSULTA(pParam, conStr)); }