public static bool isValue(int ID) { try { return(ProviderInfoDBHelper.isValue(ID)); } catch { throw; } }