public async Task UpdateBoardAsync(TblBoard board) { _boardRepository.Update(board); await SaveBoardAsync(); }