public void AddCategory(string categoryName, ItemType type)
 {
     CategoryDao.AddNewCategory(categoryName, type);
 }