public static string Cancel(int idEntry) { EntryData DEntry = new EntryData(); DEntry.IdEntry = idEntry; return(DEntry.Cancel(DEntry)); }