public ActionResult All() { IEnumerable <AllNotebooksVm> vm = service.GetAllNotebooks(); return(View(vm)); }