public JsonResult VerificarRisco(List <Trader> lista) { return(Json(serviceInscricao.GetRisk(lista), JsonRequestBehavior.AllowGet)); }