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