public TonKho()
 {
     this._ctr = new TonKhoController();
     this._Init();
 }
 public TonKho(DTDDDbContext context)
 {
     this._ctr = new TonKhoController(context);
     this._Init();
 }