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