private void init(ISqlHelper connection)
 {
     sqlHelper = connection;
     settings  = new SettingsStorage(connection);
 }