areRulesPaused = false;
total_removed = 0;
total_blocked = 0;
//Setup of the main Set for holding all of the table data
table1_set = new SetUtils();
table1_set.SetUtilsforTable1();
table2_set = new SetUtils();
table2_set.SetUtilsforTable2();
//totalPeer_set = new TotalPeerSetUtils();
clientBlock_set = new ClientBlockSet();
clientBlock_set.Initialize();