/// <summary>
 /// Called on close. Unsusbscribes from events.
 /// </summary>
 public static void Exit()
 {
     BaseColumn.Exit();
 }