public void LogInfoCreate(int LogId, string LogInfoType, string Value)
 {
     DataFactory.LogInfoCreate(LogId, LogInfoType, Value);
 }