public ActionResult dodajDoKoszyka(int id)
 {
     koszykManger.dodajDoKoszyka(id);
     return(RedirectToAction("Index"));
 }