public CommunicationSystem() { if (sqlCon == null) { sqlCon = new SqlConnection(); sqlCon.ConnectionString = ConServerStr; sqlCon.Open(); lsy = new LoginSystem(); } }