public string GetStepPowerUsers(int id) { return(this.dbManager.Execute(conn => DalPower.GetStepPowerUsers(conn, id))); }