public bool RemoveColumn(string name) { if (kanban.RemoveColumn(name)) { return(true); } return(false); }