private void buttonStopAll_Click(object sender, EventArgs e) //Кнопка ОСТАНОВИТЬ все службы { ServiceClass.StopAll(Program.controllers); }