public int RemoveFromCart(int ProductId)
 {
     var ch = new CookieHandler();
     return ch.RemoveFromCart(ProductId);
 }