public static Board getBoard(String user)
 {
     return(UserControler.getBoard(user));
 }