int RemoveConfigFile(string path)
 {
     return(FileContoller.DeleteDirectory(path));
 }