public JsonResult LoadViewModels(DTParameters param, Guid entityId) => Json(_viewModelService.LoadViewModelsWithPagination(param, entityId));