/// <summary>
        ///     Handles the Click event of the mnuSettings control.
        /// </summary>
        public void mnuSettings_Click(object sender, EventArgs e)
        {
            var settings = new FrmSettings();

            settings.ShowDialog();
        }
 /// <summary>
 ///     Handles the Click event of the mnuSettings control.
 /// </summary>
 public void mnuSettings_Click(object sender, EventArgs e)
 {
     var settings = new FrmSettings();
     settings.ShowDialog();
 }