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