public void Start()
 {
     dbInitializer.InitializeDatabase();
     commandInterpreter.ProcessCommands();
 }