public JsonResult CheckCustomerId(string CustomerId) { return(Json(_customerServices.CheckCustomerId(CustomerId), JsonRequestBehavior.AllowGet)); }