public ActionResult FollowUser(int userId)
 {
     UserProfileService.FollowUser(userId, User);
     return(Json(true));
 }