public string GetTableName <T>() where T : BaseEntity { return(SQLBuilderHelper.GetTableName(typeof(T))); }