private Users GetUsers(SqlDataReader reader) { return(EntityHelper.GetEntityListByDT <Users>(reader)); }