public ActionResult DeleteConstract(string ConstractId) { MasterService masterService = new MasterService(); masterService.ConstractDelete(ConstractId); return(Json("")); }