private void GetActiveS7Connections()
        {
            //reading list of active connections from DB
            PLCconnectionReader reader = new PLCconnectionReader(_realmProvider);

            _activeS7Connections = reader.GetActivatedS7Connections();
            _plcConnectionOK     = new List <bool>();
        }