public static Hashtable getBoards(String user)
 {
     return(UserControler.getBoards(user));
 }