private void AddInputMotion(object sender, RoutedEventArgs e)
 {
     var tmp = new RainbowLib.BCM.InputMotion("NEW");
     App.OpenedFiles.BCMFile.InputMotions.Add(tmp);
 }
        private void AddInputMotion(object sender, RoutedEventArgs e)
        {
            var tmp = new RainbowLib.BCM.InputMotion("NEW");

            App.OpenedFiles.BCMFile.InputMotions.Add(tmp);
        }