public static DataTable ShowDetail(string IdEntry) { EntryData DEntry = new EntryData(); return(DEntry.ShowDetail(IdEntry)); }