public static ControladorFactura getInstancia() { if (instancia == null) { instancia = new ControladorFactura(); } return(instancia); }