public GenericRepository(OnlineShopingStoreEntities DBEntity) { _DBEntity = DBEntity; _dbSet = _DBEntity.Set <tbl_Enity>(); }