/// <summary>
 /// Constructor
 /// </summary>
 public UserControlComments()
 {
     InitializeComponent();
     ControlPanel.AddDrag(this);
 }