//Actual Command that should run
        private void _NWC_ProgramPath()
        {
            string _tempPath = FileHandlingForRevitFiles.GetFolderPath();

            if (_tempPath != "")
            {
                NWC_ProgramPath = _tempPath;
            }
        }
 //Actual Command that should run
 private void _LocateFolder()
 {
     FolderLocation = FileHandlingForRevitFiles.GetFolderPath();
 }