public ActionResult Delete(Guid contactId) { ProxyService.DeleteBpmEntityByOdataHttpExample(contactId); return(RedirectToAction("Index")); }