public JBAberrationTestViewModel()
 {
     TestChart = new AberrationChart();
     Test = TestGBAberration;
 }
 public AberrationChartTestViewModel()
 {
     TestChart = new AberrationChart();
     Test      = TestAberration;
 }