public ActionResult GetTotalNegativeRankOfQuestion(int questionId) { return(Json(_rankService.GetTotalNegativeRankOfQuestion(questionId), JsonRequestBehavior.AllowGet)); }