public BaseResponse <ApplicationLogging> Get(int id)
        {
            BaseResponse <ApplicationLogging> result = shareService.GetApplicationLoggingById(id);

            return(result);
        }