public void Accept(string ApplicationUserId, string FriendId)
 {
     _friendRepository.AcceptFriendship(ApplicationUserId, FriendId);
 }