public string GetInternalDirPath()
        {
            string dbFolderPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + DATABASE_IOS_FOLDER;

            if (!Directory.Exists(dbFolderPath))