public static void OpenDB(string path) { dataWork.OpenDB(path); }
public bool OpenDataBase(string path) { return(_dataWork.OpenDB(path)); }