public List <Supplier> GetAll()
 {
     return(_supplierDal.GetAllSupplier());
 }