public CategoryService()
 {
     _categoryDAL = new EFCategoryDAL();
 }