public ActionResult Index()
 {
     ViewBag.result = es.GetMany().ToList();
     return(View());
 }