You just have some slightly wrong syntax.
SELECT ##TOPN## ##COLUMNS## from MMH_EmployeeTracker WHERE ##WHERE## ORDER BY ##ORDERBY##
If you do not pass a where condition, it puts "1=1" for the where condition. Then change your where to just "Username = '70'"