public IActionResult GetFurniture() { var response = _furnitureService.GetAllFurniture(); return(StatusCode(200, response)); }