public void AddRange(List <Product> entities)
 {
     _productDal.AddRange(entities);
 }