public void MakeFile(string pathDir, string fileName, string code, bool isLinux)
 {
     FileMaker.WriteToFile(pathDir, fileName, code, isLinux);
 }