public TRealmObject GetById(long id)
 {
     return(_currentRealm.Find <TRealmObject>(id));
 }