public static frmFactura GetInstance() { if (_instancia == null) _instancia = new frmFactura(); return _instancia; }