function __construct($id = -1)
 {
     $this->table = "easy_usuarios";
     $this->deleteLabelField = "usuario";
     $this->debugMode = false;
     parent::__construct($id);
 }
 function __construct()
 {
     $this->table = "easy_promotores";
     $this->deleteLabelField = "nome_completo";
     $this->debugMode = false;
     parent::__construct();
 }
 function __construct()
 {
     $this->table = "easy_promotores";
     parent::__construct();
 }
 function __construct()
 {
     $this->table = "easy_permissoes";
     parent::__construct();
 }
 function __construct($id = -1)
 {
     $this->table = "easy_backups";
     $this->deleteLabelField = "nome_backup";
     parent::__construct($id);
 }
 function __construct($id = -1)
 {
     $this->table = "easy_graficos";
     $this->debugMode = false;
     parent::__construct($id = -1);
 }
 function __construct($id = -1)
 {
     $this->table = "easy_trabalho_efetivo";
     parent::__construct($id);
 }
 function __construct()
 {
     $this->table = "easy_produtos_servicos";
     parent::__construct();
 }
 function __construct()
 {
     $this->table = "easy_cabelos";
     parent::__construct();
 }
 function __construct()
 {
     $this->table = "easy_linguas";
     parent::__construct();
 }
 function __construct()
 {
     $this->table = "easy_fornecedores";
     $this->deleteLabelField = "nome_fantasia";
     parent::__construct();
 }
 function __construct($id = -1)
 {
     $this->table = "easy_banco_contas";
     $this->deleteLabelField = "nome_titular";
     parent::__construct($id);
 }
 function __construct($id = -1)
 {
     $this->table = "easy_enderecos";
     $this->deleteLabelField = "nome_endereco";
     parent::__construct($id);
 }
 function __construct()
 {
     $this->table = "easy_estado_civil";
     parent::__construct();
 }
 function __construct()
 {
     $this->table = "easy_empresas";
     parent::__construct();
 }
 function __construct($id = -1)
 {
     parent::__construct($id);
 }
 function __construct()
 {
     parent::__construct();
     $this->table = "easy_trabalho_status";
 }
 function __construct()
 {
     $this->table = "easy_nacionalidades";
     parent::__construct();
 }
 function __construct($id = -1)
 {
     $this->table = "easy_trabalho_produtos";
     parent::__construct($id);
 }
 function __construct()
 {
     $this->table = "easy_relatorios";
     parent::__construct();
 }
 function __construct($id = -1)
 {
     $this->table = "easy_promotor_fotos";
     parent::__construct($id);
 }
 function __construct($id = -1)
 {
     $this->table = "easy_parametros";
     $this->debugMode = false;
     parent::__construct($id);
 }
 function __construct()
 {
     $this->table = "easy_trabalhos";
     $this->deleteLabelField = "nome_evento";
     parent::__construct();
 }