public virtual T First(string where = null) { return(DbDapper.First <T>(where, DbConnection, DbTransaction)); }