public NewOrderInput(newLogSaved Updatedeleagte, AlsiWebDataContext _dc,bool AdminRights)
 {
     InitializeComponent();
     _onSaved = Updatedeleagte;
     dc = _dc;
     admin = AdminRights;
 }
 public NewOrderInput(newLogSaved Updatedeleagte, WebTradeLog Log, AlsiWebDataContext _dc, bool AdminRights)
 {
     InitializeComponent();
     _onSaved = Updatedeleagte;
     loadExisting = true;
     EX = Log;
     dc = _dc;
     admin = AdminRights;
 }
 public TradeLogForm(Admin admin)
 {
     InitializeComponent();
     onUpdate = LoadListview;
     _admin = admin;
 }