public string SetAutoClose() { string db = crudRepo.AutoClose(); return("Sucess! Auto Close set to 'on' for database " + db); }