//public static long TestKey = -1; //public static string TestString = ""; protected DataBase(string path) { Tables = new List <ITable>(); DirectoryPath = Path.GetDirectoryName(path) + "\\"; DirectoryPath.CheckPath(); Logs = new Logs(this); }