public ActionResult List() { var list = repository.List(); return(Json(list, JsonRequestBehavior.AllowGet)); }