public static InfoObject AddBoard(string email, string boardToAdd)
 {
     return(UserControler.AddBoard(email, boardToAdd));
 }