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