public void _AddShopRate(int shopID, int score)
 {
     int result = ShoppingService.AddShopRate(shopID, score, LS.CurrentUser.ID);
 }