// // GET: /Names/ public ActionResult Index() { DataBaseControl a = new DataBaseControl(); var photo = a.GetDataUnRec(); return(View(photo)); }