private bool CheckFileExistance(string fileName) { bool fileExists = false; Facade.IInvoice facInv = new Facade.Invoice(); fileExists = facInv.CheckFile(fileName); return(fileExists); }