public IActionResult GetAllCategory() { var category = categoryGetAllUseCase.GetAll(); return(new OkObjectResult(category)); }