public static List <DistrictInfo> DistrictInfo_GetById(string Id) { return(db.DistrictInfo_GetById(Id)); }