public static DataTable SelectProviderInfo2(int ID) { try { return(ProviderInfoDBHelper.SelectProviderInfo2(ID)); } catch { return(null); } }