public Response <Category> DeleteCategory(IdOnlyRequest request)
 {
     return(_categoryApplicationService.DeleteCategory(request));
 }