private void insertIntoDB() {
   Database db = new Database();
   db.insertInstalledSofware(
       this._command.getParameter(),
       this._command.getClientID() + "",
       this._command.getFTP_File(),
       this._command.getFTP_IP());
 }