public BasketDTO GetBasket2(int id)
 {
     return(_basketDal.GetBasketById2(id));
 }