public JsonResult Ajax(string user)
 {
     var service = new WebService.WebServiceSoapClient();
     return Json(service.user_Ajax(user));
 }