public void Load(int friendId)
 {
     CurrentFriend = _repository.GetFriendById(friendId);
 }