public void _AddProductRate(int productID, int score)
 {
     int result = ShoppingService.AddProductRate(productID, score, LS.CurrentUser.ID);
 }