public T getBy(final String propertyName, final Object value) {
   return (T) dao.getBy(propertyName, value);
 }