// GET: Editor public ActionResult Index() { return(View(service.GetRulesByStatus("Pending"))); //Change the status to "Pending" once more data }