public ActionResult CreateLawExpertComment(int lawId) { LawService service = new LawService(); var model = service.InitializeCreateExpertCommentModel(lawId); return(View(model)); }