// GET: Task/Details/5 public ActionResult Details(int id) { return(View(_mapper.ToViewModel(_service.GetById(id)))); }