Inheritance: System.Windows.Forms.ContextMenuStrip
 private void SetupConnectionTreeView()
 {
     SmallImageList = _statusImageList.ImageList;
     AddColumns(_statusImageList.ImageGetter);
     LinkModelToView();
     _contextMenu     = new ConnectionContextMenu(this);
     ContextMenuStrip = _contextMenu;
     SetupDropSink();
     SetEventHandlers();
 }