public ActionResult UpdateResult(string name, string parent) { SkillsService proxy = new SkillsService(); proxy.update(name, parent); return(View()); }