private static void ShowRecentPostNotSynchronizedWarning(IWin32Window owner, string entityName)
 {
     using (RecentPostNotSynchronizedWarningForm warningForm = new RecentPostNotSynchronizedWarningForm(entityName))
         warningForm.ShowDialog(owner);
 }