public static DataLogger getInstance(Form1 form1)
 {
     instance = getInstance();
     instance.setForm(form1);
     return instance;
 }