public int GenerateCategoryID()
 {
     return(categoryRepository.GenerateCategoryID());
 }