private void ConfirmacionButton_Click(object sender, RoutedEventArgs e)
 {
     arduinoController.EscribirAngulosArduino(angulos);
 }