public static List <ApartmentInfo> ApartmentInfo_GetById(string Id) { return(db.ApartmentInfo_GetById(Id)); }