// GET: TestCenterSystem/DataCut
 public ActionResult Index()
 {
     Session[ConstSessionKey] = new ContrastToolModel();
     return(View());
 }
 // GET: TestCenterSystem/ContrastTool
 public ActionResult Index()
 {
     ViewBag.Title            = "对比工具";
     Session[ConstSessionKey] = new ContrastToolModel();
     return(View());
 }