public ActionResult addfollowcategory(List <int> categoryid, List <int> categorylevel, int compid) { var svComp = new CompanyService(); svComp.AddFollowCategory(categoryid, categorylevel, compid); return(Json(new { status = svComp.IsResult }, JsonRequestBehavior.AllowGet)); }