private void buttonStartAll_Click(object sender, EventArgs e) // Кнопка ЗАПУСТИТЬ все службы { ServiceClass.StartAll(Program.controllers); }