//SQL connection must be OPEN.
        //This function should be put between transaction.
        public static DwgFileModel GetNotePath(SQLiteConnection sqlConn)
        {
            DwgFileModel model = DBDwgFile.GetPNote(sqlConn);

            return(model);
        }