public List <string> GetExceptionErrorCodes(string errorSystem, string errorService) { _commonDataAccess = new CommonDataAccess(_context); return(_commonDataAccess.GetExceptionErrorCodes(errorSystem, errorService)); }