private void InitForm()
 {
     FForm = new MainForm();
     FForm.Host = FHost;
     FForm.ResetPosition();
     FForm.Show();
 }