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