public async Task <ActionResult> Index() { IList <Project> list = await DbAdaptor.GetProjectsAsync(); return(View(list)); }