public static bool Check()
 {
     return(SelectionHelper.IsDirectorySelected());
 }
 public static bool Check()
 {
     return(SelectionHelper.IsDirectorySelected() || SelectionHelper.GetSelectedPath() == null);
 }