public int Count() { try { return(_dataConnector.GetCount <TItem>()); } catch (Exception) { return(0); } }