// this function attempts to change the max capacity to a coulmn.
 public static InfoObject changeColumnCapacity(string email, int columnNumber, int capacity)
 {
     return(UserControler.changeColumnCapacity(email, columnNumber, capacity));
 }
 // this function attempts to change the max capacity to a coulmn.
 public static Boolean changeColumnCapacity(string email, int columnNumber, int capacity)
 {
     return(UserControler.changeColumnCapacity(email, columnNumber, capacity).getIsSucceeded());
 }