/*
 * CLASSE GENERICA DE PESQUISA E MULTISELECAO
 */ 
 
 function CtrPesquisaGenerica() {

}
CtrPesquisaGenerica.prototype = new CtrPesquisa;