public JsonResult List() { UsuarioServiceClient cliente = new UsuarioServiceClient(); return(Json(cliente.GetAll(), JsonRequestBehavior.AllowGet)); }