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