public static void DeleteInstance() { instance = null; }
public static void CreateInstance() { instance = new MainForm(); }