public static void DeleteAttachment(string path, string fileName) { AttachmentPath.DeleteFile(path, fileName); }