public static FacturaCompraController Instancia() { if (instancia == null) { instancia = new FacturaCompraController(); } return(instancia); }