public List <LogManager.Models.LogModel> ProviderLog(string ProviderPublicId)
 {
     return(DataFactory.ProviderLog(ProviderPublicId));
 }