public string GetColumns(int id)
 {
     return(_columnService.GetColumnsByBoardId(id));
 }