public FormBase(IMsgLog store)
 {
     Control.CheckForIllegalCrossThreadCalls = false;
     m_store = store;
 }