public static function showUsers()
 {
     $users = User::findAllUsers();
     View::make('user/userlist.html', array('users' => $users));
 }