public DataTable getTagRelacao(string username) { DAL.UtilizadorGateway dal = new DAL.UtilizadorGateway(); return dal.getTagRelacao(username); }