public void DeleteCategory(int categoryId)
 {
     CategoryDao.DeleteCategoryById(categoryId);
 }