public GenericRepository(db_OnlineShopEntities DBEntity)
 {
     this._DBEntity = DBEntity;
     this._dbSet    = _DBEntity.Set <Tbl_Entity>();
 }