// this function attempts to move coulmn forward in the board.
 public static InfoObject moveColumn(string email, int columnNumber)
 {
     return(UserControler.moveColumn(email, columnNumber));
 }