public override IEnumerable <T> RetrieveAll <T>() { return(ReadRepository.RetrieveAll <T>()); }
public override IEnumerable <object> RetrieveAll(Type type) { return(ReadRepository.RetrieveAll(type)); }