public void InitializeCart(int id)
 {
     _cartDal.CreateObj(new Cart()
     {
         UserId = id
     });
 }