public void DeleteFromCategory(int categoryId, int productId)
 {
     _categoryDal.DeleteFromCategory(categoryId, productId);
 }