public static bool LandInfo_Update(LandInfo data)
 {
     return(db.LandInfo_Update(data));
 }