public JsonResult GetUpdateEndpoint(Guid id)
 {
     return(Json(EndpointService.GetUpdateEndpoint(id)));
 }