public static InfoObject removeBoard(string email, String BoardName)
 {
     return(UserControler.removeBoard(email, BoardName));
 }