public GenericRepository(dbonline_ShoppingEntities Dbentity) { _Dbentity = Dbentity; _dbset = _Dbentity.Set <tbl_entity>(); }