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