private void Pivot_PivotItemLoaded(Pivot sender, PivotItemEventArgs args)
 {
     ViewModel.OnPiovtSelect(args.Item.Content.ToString());
 }