private void rbtnMyTrainings_Click(object sender, RoutedEventArgs e)
 {
     viewModel.ShowMyTrainings();
 }