// GET: Task public ActionResult Index() { return(View(_mapper.ToViewModelList(_service.GetAllAsNoTracking()))); }