public ActionResult Create(Contact newContact) { ProxyService.CreateBpmEntityByOdataHttpExample(newContact); return(RedirectToAction("Index")); }