Loads the requested entity (#ID) from the database
Mountain mt; bool found = em.get!Mountain(4, mt);
See Implementation
Loads the requested entity (#ID) from the database