public List <Models.LogModel> LogSearch(string LogInfoType, string Value)
 {
     return(DataFactory.LogSearch(LogInfoType, Value));
 }