setConnect = new SetConnectState(this);
actionCopy = new ActionCopy(this);
actionCut = new ActionCut(this);
setOptions = new SetOptions(this);
actionPaste = new ActionPaste(this);
setSelect = new SetSelectState(this);
actionDelete = new ActionDelete(this);
simulate = new Simulate(this);
solveAnalitic = new SolveAnalytic(this);
solveApp = new SolveApprox(this);