public void Delete(Guid Id) { var itemFounds = FileUploadManager.GetById(Id); var filePost = Path.Combine(AppDomain.CurrentDomain.BaseDirectory + itemFounds.sFileUrl); System.IO.File.Delete(filePost); }