public bool IsRootedDirectoryPath(string path)
 {
     return(FormInit.IsRootedDirectoryPath(path));
 }
 public TestAccessor(FormInit form)
 {
     _form = form;
 }