private void rbtnStartCycle_Click(object sender, RoutedEventArgs e)
 {
     viewModel.StartSupplementsCycle();
 }