public GenericRepository(eShoppingDBEntities DBEntity)
 {
     _DBEntity = DBEntity;
     _dbSet    = _DBEntity.Set <tblEntity>();
 }