private void Quit_Click(object sender, EventArgs e)
 {
     controller.Stop();
     _notifyIcon.Visible = false;
     Application.Exit();
 }