public int LogCreate(string User, string Application, string Source, bool IsSuccess, string Message)
 {
     return(DataFactory.LogCreate(User, Application, Source, IsSuccess, Message));
 }