public ActionResult ListOfArchivePartial() { List <Meeting> meetings = _mdb.ListOfAcrhive(); return(PartialView(meetings)); }