public void IsRejectFile(string id) { FileProcess fileProcess = _SendFilePanel.Find(id); fileProcess.Cancel(false); }