public static UserDS.UserDSDataTable SelectUser(Int32 user_id) { UserDS.UserDSDataTable ds = BllUser.SelectUser(user_id); return(ds); }