public CategoryDTO GetCategoryById(String categoryId)
 {
     CategoryDAO dao = new CategoryDAO();
     return dao.GetCategoryById(categoryId);
 }