// this function attempts to remove coulmn from the board.
 public static InfoObject removeColumn(string email, string columnName)
 {
     return(UserControler.removeColumn(email, columnName));
 }