public T find(T t) { PreparedCmd cmd = mISelect.findPrepared(); DataSet ds = mIDataAccess.select(cmd); return(mIGenerate.get(ds)); }