public function items()
 {
     $item = new Item();
     return $item->filter("cart_id = " . $this->id);
 }