public void AddRange(List <Supplier> entities)
 {
     _supplierDal.AddRange(entities);
 }