public virtual List <T> GetAll(object where = null)
 {
     return(DbDapper.GetList <T>(where, DbConnection, DbTransaction));
 }