public T Carregar(int id) { object objeto; Contexto.TryGetObjectByKey(GetEntityKey(ObjetoSet, id), out objeto); return((T)objeto); }