public IList <ApplicationUserDTO> Get() { return(_friendService.GetFriendsList(User.Identity.Name)); }