public void InsertCart(List <Item> list)
 {
     _objcart.Addtocart(list);
 }