public bool SetColumnMax(string name, int max) { if (kanban.SetColumnMax(name, max)) { return(true); } return(false); }