public ActionResult Index()
 {
     return(View(list.GetObjects()));
 }