public List <T> GetAll() { return(StackSet.GetAll()); }
public List <T_PurchaseOrder> PurchaseOrderGetAll() { return(_purchaseOrders.GetAll()); }