* @author Justin Wong
* @throws IOException
*/
@Before
public void initilize() throws IOException{
MY_LIST = new Lists();
Lists.readData();
MY_USER_HOMEFOLDER = System.getProperty("user.home");
MY_FILE_SEPERATOR = System.getProperty("file.separator");
MY_CONTESTANT_FILE = new File(MY_USER_HOMEFOLDER + MY_FILE_SEPERATOR + "Desktop" + MY_FILE_SEPERATOR + "contestant.txt");