public GenericRepository()
 {
     this._context = new FashionAppDBEntities();
     entity        = _context.Set <T>();
 }
 public ShoppingController()
 {
     this._context = new FashionAppDBEntities();
 }