public LoadMonthlyWrapper ProcessMthlyLoad(int fileNo)
        {
            var importLogging = new LoadMonthly();
            var results       = importLogging.ProcessMthlyLoad(fileNo);

            return(results);
        }
        public LoadMonthlyWrapper GetLogEntries()
        {
            var importLogging = new LoadMonthly();
            var results       = importLogging.GetLogEntries();

            return(results);
        }