/// <summary>
 /// This function will either create a new CalendarForm or activate the existing one, bringing the
 /// window to front.
 /// </summary>
 public void ShowForm()
 {
     registerHotkeyForm.ShowMainForm();
 }