private void More_Click(object sender, RoutedEventArgs e)
 {
     MoreButton.IsChecked = false;
     UIProfileView socialNetwork = new UIProfileView(_user);
     UIController.AddPanel(socialNetwork);
 }
 private void More_Click(object sender, RoutedEventArgs e)
 {
     UIProfileView socialNetwork = new UIProfileView(UIController.MyProfile);
     UIController.AddPanel(socialNetwork);
 }