public static boolean updateCategory(Category category) {
   return categoryClient.updateCategory(category);
 }