public ActionResult Index()
 {
     return(View(_service.GetAll()));
 }
 public ActionResult Index()
 {
     return(View(_action.GetAll()));
 }