public Entities.Supplier GetSupplierById(int id)
 {
     _da = new SupplierDataAccess();
     return _da.GetSupplierById(id);
 }