public Trader(StockStInternalEntities context) : base(context)
 {
     ctx = context;
 }