public ActionResult Index()
 {
     return(View(_sampleManager.ListAll()));
 }