public void SetCommands()
 {
     AllUsersButton.SetCommand(dataContext.ShowAllUsersCommand);
     FollowersButton.SetCommand(dataContext.ShowFollowersCommand);
     FollowingButton.SetCommand(dataContext.ShowFollowingCommand);
 }