public void AddCtWebLogAsync(CtWebLog ctWebLog)
        {
            var ctWebLogRepository = new CtWebLogRepository(new DbFactory());

            ctWebLogRepository.Insert(ctWebLog);

        }
        public void AddCtWebLogAsync(CtWebLog ctWebLog)
        {
            var ctWebLogRepository = new CtWebLogRepository(new DbFactory());

            ctWebLogRepository.Insert(ctWebLog);
        }