private void removeAllChartsBtn_Click(object sender, RoutedEventArgs e)
 {
     PlotUtils.Clear_Checked_Boxes(PLClist);
     //removeAllCharts();
 }