public static bool FWrite(string filename, string text) { return(saveAndLoad.FWrite(filename, text)); }