public void RemoveBubble(UserControl userControl) { UList.Remove(userControl); this.bubbleArea.Controls.Remove(userControl); setHeight(); if (UList.Count == 0) { this.Dispose(); } }