public void CheckConnection()
        {
            SqlServer database = new SqlServer();

            database.CheckConnection();
        }