private void OpenConfirm() { LastConfirm l = new LastConfirm(); l.StartPosition = FormStartPosition.CenterScreen; l.Show(); l.Activate(); }