public JsonResult DeleteSort(string SortName)
 {
     return(Json(EndpointService.PostDeleteSort(SortName)));
 }