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