public JsonResult GetExperience() { List <Experience> exp = Experience.Exp(); return(Json(exp, JsonRequestBehavior.AllowGet)); }