public ActionResult GetTotalRankForAnswerByUserId(int userId) { return(Json(_rankService.GetTotalRankForAnswerByUserId(userId), JsonRequestBehavior.AllowGet)); }