// constructor
 // instantiale a new repository object
 public CartController()
 {
     db = new ArcaneTinmenDBContext();
 }