public Shared.Common.DbResponse InsertErrorLog(Shared.Common.ErrorLogsCommon log)
        {
            if (null == repo)
            {
                repo = new StaticDataRepository();
            }

            return(repo.InsertErrorLog(log));
        }