// GET: Task public ActionResult Index() { var model = _taskProvider.GetTaskModel(); return(View(model)); }