public BoughtlistController()
 {
     _rep = new Repository();
 }
 public WishlistController()
 {
     _rep = new Repository();
 }