public string GetLogDetail(int id)
 {
     return(ShopDetails.GetLogDetail(id));
 }