public ActionResult Index() { var treeView = new TreeViewModel(); treeView.Trees = treeService.GetAllTrees().Result; return(View(treeView)); }