public List <sp_UserPengguna_Result> GetAllUsers() { var list = db.sp_UserPengguna("").ToList(); return(list); }