public ActionResult LikedOrNot(int id) { lr = new LikeRepository(); return(Content(lr.CheckLikedPost(id, User.Identity.GetUserId()).ToString())); }